@charset "utf-8";
/**
zujianyangshi 
**/

p{}
.titlestyle2228{ line-height: 250%; color: #222222; font-size: 16px; font-weight: 500; text-decoration: none;}
.summarystyle2228{ line-height: 150%; color: #222222; font-size: 9pt ;}

.govitemcontentc2138 table {
    border-collapse: collapse;}

.govitemcontentc2138 td {
       border-top: 1px solid #dee2e6;}

/*
--分页栏示意代码
<div style="margin-top:10px;text-align:center;" class="pagebar">
    <span class="p_pages">
        <span class="p_first_d p_fun_d">首页</span>
        <span class="p_prev_d p_fun_d">上页</span>
        <span class="p_no_d">1</span>
        <span class="p_no"><a href="#">2</a></span>
        <span class="p_dot">...</span>
        <span class="p_no"><a href="#">12</a></span>
        <span class="p_next p_fun"><a href="#">下页</a></span>
        <span class="p_last p_fun"><a href="#">尾页</a></span>
    </span>
    <span class="p_goto"><input type="text" class="p_goto_input" maxlength=20 ></span>
    <span class="p_goto"><a href="#">跳转</a></span>
</div>
 
--样式名称表
 名称    带链接样式 不带链接样式 公共样式 不带链接公共样式
 首页     p_first   p_first_d   p_fun   p_fun_d
 尾页     p_last    p_last_d    p_fun   p_fun_d
 上一页   p_prev    p_prev_d    p_fun   p_fun_d
 下一页   p_next    p_next_d    p_fun   p_fun_d
 某页     p_no      p_no_d
  
 省略号   p_dot
 页码框   p_goto_input  p_goto
 跳转     p_goto
*/
/*pagebar可改为自定义名称*/
 
/*公共样式 字体，行高，字体颜色等*/
.pagebar {
    font-size: 12px;
    font-family: SimSun;
    line-height:12px;
 
    color:#222;}
 
/*去掉a链接的下划线*/
.pagebar a{
    text-decoration: none;}
 
/*消掉最左侧页码区margin-left的5个像素*/
.pagebar .p_pages{
    margin-left: -5px;}
 
/*按钮和页码的外观*/
.pagebar .p_fun_d, .pagebar .p_no_d,.pagebar .p_fun a, .pagebar .p_no a{
   /* border: 1px solid #ccc;
    padding: 5px 8px;
    margin:0px 0px 0px 5px;
 
    height:24px;
    -height:auto;
 
    line-height:12px;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;
    */
    
    
    
    
        display: inline-block;    
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    color: #BCBCBC;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #BCBCBC;}
 
/*文字对齐样式*/
.pagebar .p_t{
    line-height:12px;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;}
 
/*无链接的字体颜色*/
.pagebar .p_fun_d, .pagebar .p_no_d{
    color: #ccc;}
 
/*链接字体颜色*/
.pagebar .p_fun a, .pagebar .p_no a{
      color: #BCBCBC;
      font-weight: 600;
      font-family:"Circular Std";
      font-size:16px;}

/*上一页 下一页字体大小*/
.p_prev a,.p_next a{
 font-size:14px !important;}
 
/*鼠标移上时有链接按钮的外观*/
.pagebar .p_no a:hover,.pagebar .p_fun a:hover, .pagebar .p_goto a:hover{
    background-color: #f5f5f5;}
 
 
/*页码省略号...的外观*/
.pagebar .p_dot {
    margin-left:4px;
    margin-right:-4px;
    color:#222;}
 
/*当前页码的外观*/
.pagebar .p_no_d {
    border: 1px solid #043381;
    color: #fff;
    background-color: #043381;
     font-family:"Circular Std";
      font-size:16px;}
 
/*按钮控制*/
 
/*控制是否显示 "首页" "尾页" */
.pagebar .p_first,.pagebar .p_first_d,.pagebar .p_last,.pagebar .p_last_d{
    display:none;}
 
/*控制是否显示 "上页" "下页"*/
.pagebar .p_prev,.pagebar .p_prev_d.pagebar .p_next,.pagebar .p_next_d{}
 
/*控制是否显示无链接的 "首页" "上页" "下页" "尾页"*/
.pagebar .p_first_d,.pagebar .p_prev_d,.pagebar .p_next_d,.pagebar .p_last_d{}
 
/*控制是否显示页码*/
.pagebar .p_no,.pagebar .p_no_d,.pagebar .p_dot{
    /*display:none;*/
        margin: 0px 5px;}
 
/*跳转到页码输入框的外观*/
.pagebar .p_goto input {
    font-family: SimSun;
    font-size:12px;
 
    border: 1px solid #aaa;
    height:22px;
    line-height:20px;
    box-sizing:border-box;
    vertical-align:middle;
 
    outline-width:thin;
    outline-color:#043381;
     
    margin:0px 2px;
    padding:0px 1px;
 
    width:22px;
    text-align:center;}
 
/*跳转到页码输入框  鼠标移上及输入时的外框颜色*/
.pagebar .p_goto input:hover, .pagebar .p_goto input:focus{
    border: 1px solid #043381;}
 
/*跳转按钮的外观*/
.pagebar .p_goto a{
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #222;
 
    margin:0px;
 
    height:24px;
    -height:auto;
     
    line-height:12px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;}

.govinfolistc2165 table
{
    border-collapse:collapse;
    border:1px #ecc197 solid;}                                                                          
.govinfolistc2165 td
{
    border:1px #ecc197 solid;} 
.headtitletdstyle788656362_16001
{
background: -moz-linear-gradient(top, #ffffff, #feeecd); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,,StartColorStr=#ffffff,, EndColorStr=#feeecd);font-family: 宋体;color: #ff6600;font-size: 9pt;font-weight: bold;}
.showmingcistyle788656362_16001
{
 font-family: 宋体;color: #222222;font-size: 9pt;}
.selectstyle1990{ font-family: "Circular Std"; position: relative; height: 35px; width: 100%;border-radius:5px;border-color:#ccc;text-indent:1em;}

.selectstyle1991{ font-family: "Circular Std"; position: relative; height: 35px; width: 100%;border-radius:5px;border-color:#ccc;text-indent:1em;}

.selectstyle1992{ font-family: "Circular Std"; position: relative; height: 35px; width: 100%;border-radius:5px;border-color:#ccc;text-indent:1em;}

.selectstyle1993{ font-family: "Circular Std"; position: relative; height: 35px; width: 100%;border-radius:5px;border-color:#ccc;text-indent:1em;}

.selectstyle1994{ font-family: "Circular Std"; position: relative; height: 35px; width: 100%;border-radius:5px;border-color:#ccc;text-indent:1em;}









/* .search-popup,.sidebar-menu,.topbar,.navbar-collapse,
.nav-right-part,.banner-style-3,.esd-lb,.event-box-area,.candidate-area2,
.home-news-area,.brand-area,.footer-area,.back-to-top,.fc{
 -webkit-filter: grayscale(100%);
      -webkit-filter: grayscale(1); 
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: gray; 
}

.nav-style-02.navbar-area-fixed{background-color:gray;color:gray;} */



/* 春节飘红 */
/* @media (max-width:1400px){
    body{
        width:100% !important;
    }
}
@media (max-width:600px){
    html{
        background:url(../images/bg-sthjt-mobile.png) no-repeat !important;
        background-size:100% auto !important;
        padding-top:165px !important;
    }
} */